SELECT COUNT(*) as count FROM phpBible_av bib INNER JOIN phpBible_books bk ON bib.book = bk.number WHERE (LOWER(bk.book) LIKE 'hebrews%' OR LOWER(bk.abbr) LIKE '%,hebrews,%') AND bib.chapter = 5 AND bib.verse IN (6,2010;206) ORDER BY bib.book ASC, bib.chapter ASC, bib.verse ASC [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ';206) ORDER BY bib.book ASC, bib.chapter ASC, bib.verse ASC' at line 1]: DB Error: syntax error